projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26e5d4d
)
Fix the build
author
Matthias Clasen
<matthiasc@src.gnome.org>
Sat, 19 May 2007 02:12:07 +0000
(
02:12
+0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Sat, 19 May 2007 02:12:07 +0000
(
02:12
+0000)
svn path=/trunk/; revision=17870
gtk/gtktextview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktextview.c
b/gtk/gtktextview.c
index df238b38992ea9bb34c544f9704c09720ce4fb18..94c18d6627f7ca474a6118e7e9c5ac8c6951b271 100644
(file)
--- a/
gtk/gtktextview.c
+++ b/
gtk/gtktextview.c
@@
-2460,7
+2460,7
@@
gtk_text_view_get_tabs (GtkTextView *text_view)
static void
gtk_text_view_toggle_cursor_visible (GtkTextView *text_view)
{
- gtk_text_view_set_cursor_visible (!text_view->cursor_visible);
+ gtk_text_view_set_cursor_visible (
text_view,
!text_view->cursor_visible);
}
/**